SET TEXT FONT

This command will set the typeface of the font you wish to use.

  Syntax
SET TEXT FONT Fontname
SET TEXT FONT Fontname, Charset Value
  Parameters
Fontname
String
The font name to use
Charset Value
Integer
The character set value

  Returns

This command does not return a value.

  Description

You can optionally specify a character set value when selecting your font. The character set value allows you to use other western non-unicode languages not available through the standard ASCII character set. To switch the character set to another language, use an international charset code. These codes can be located in the Principals section along with the ASCII Character Code Lists.

  Example Code
SET TEXT FONT "verdana"
SET TEXT SIZE 30
PRINT "hello verdana"
WAIT KEY
  See also

TEXT Commands Menu
Index